home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / pcboard / dwnld30b.zip / TB_Q_PPE.NFO < prev   
Text File  |  1994-04-01  |  2KB  |  32 lines

  1.                ┌───────────────────┬───────────────────┐
  2.                │                   │        ────────   │
  3.                └─────┐       ┌─────┤        ────────   │
  4.                      └───────┘     └───────────────────┘
  5.  
  6.           ───═══╡          Thrust Brothers            ╞═══───
  7.  
  8. TOPIC: The meaning of TB_Q_PPE support.
  9.  
  10. Well, everybody (hope so) outthere in the scene and outer knows the effect
  11. of FILE_ID.DIZ or DESCRIPT.ION or similar files to this standart being 
  12. supported by BBS or tools. The systems scans this files and get their infos 
  13. out of. The idea of TB_Q_PPE is quiet the same to PPE's. One additional line 
  14. to each PPS source code would make the life a little bit easier. This line 
  15. just writes a 'Q' to the USERNET.XXX (accesable as UN_STAT()) and a short 
  16. description to the operation line (accessable as UN_OPER()). Due to the fact
  17. that PCB doesnt use 'Q' as any switch right now, it can be used to mark any
  18. action like 'T' for transfer or 'A' available for chat.
  19.  
  20. This additional line may look like:
  21.  
  22.        wrunet pcbnode(),"Q",un_name(),un_city(),"Using: @X03NAME OF PPE," "
  23.  
  24. It's easy to add and provides some advantages.
  25.  
  26. So PPE's might write in e.g. the name of the PPE or the action they are
  27. currently performing....or what ever they like to.
  28. The syntax is quiet free, but max length (color codes included) musnt be
  29. larger as 48 chars!....( operation line is not longer!)
  30.  
  31. Hope this idea will help to increase the possibility and features of PPE coding
  32. and displaying infos to user. (HOPE CLARK wont use 'Q' one day!!!)